home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Advisor 2007 June
/
PC Advisor 2007 June.iso
/
FULL
/
OPENOFFICE
/
openoffice.exe
/
openofficeorg4.cab
/
badsyntax_future4.py
< prev
next >
Wrap
Text File
|
2006-11-03
|
150b
|
11 lines
"""This is a test"""
import __future__
from __future__ import nested_scopes
def f(x):
def g(y):
return x + y
return g
print f(2)(4)